Html Css Color HEX #FDCBE5 Classic Rose

📋 copy color: '#FDCBE5'

red 253 ◦ green 203 ◦ blue 229

#FDCBE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FDCBE5

Tints of Classic Rose #FDCBE5

RGB

 RED value IS 253 (99.22% from 255) = 36.93%

 GREEN value IS 203 (79.69% from 255) = 29.64%

 BLUE value IS 229 (89.84% from 255) = 33.43%

R = 36.93%
G = 29.64%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDCBE5 (or 0xFDCBE5) is known color: Classic Rose. HEX triplet: FD, CB and E5. RGB value is (253,203,229). Sum of RGB (Red+Green+Blue) = 253+203+229=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 203 (79.69% from 255 or 29.64% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBE5 is #02341A. Grayscale: #DCDCDC. Windows color (decimal): -144411 or 15059965. OLE color: 15059965.

HSL color Cylindrical-coordinate representation of color #FDCBE5: hue angle of 328.8º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCBE5 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 229 -
CMYK 0 0.20 0.09 0.01
HSL 328.8º 0.93% 0.89% -
HSV(B) 328.8º 0.2% 0.99% -
XYZ 76.01 69.25 83.49 -
YUV 220.91 132.57 150.89 -
System Red Green Blue C M Y K H S L
Decimal 253 203 229 0 0.20 0.09 0.01 328.8 0.93 0.89
Hex FD CB E5 0 14 9 1 149 5D 59
Octal 375 313 345 0 24 11 1 511 135 131
Binary 11111101 11001011 11100101 0 10100 1001 1 101001001 1011101 1011001

Color Harmonies of #FDCBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBE5

Black with #FDCBE5

Text Example


Text Example

White with #FDCBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBE5; }

 p { color: rgb(253,203,229); }

 H1.HeaderClassName
 {
   color: #FDCBE5;
 }
 .AnyTagClassName
 {
   color: #FDCBE5;
 }
</style>

background-color css

<style>
 a { background-color: #FDCBE5; }

 a { background-color: rgb(253,203,229); }

 div.DivClassName
 {
   background-color: #FDCBE5;
 }
 .BgClassName
 {
   background-color: #FDCBE5;
 }
</style>

border-color css

<style>
 span { border-color: #FDCBE5; }

 span { border-color: rgb(253,203,229); }

 td.TdClassName
 {
   border-color: #FDCBE5;
 }
 .TagClassName
 {
   border-color: #FDCBE5;
 }
</style>