Html Css Color HEX #FDCBE2 Classic Rose

📋 copy color: '#FDCBE2'

red 253 ◦ green 203 ◦ blue 226

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

Shades of Classic Rose #FDCBE2

Tints of Classic Rose #FDCBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.14%

R = 37.1%
G = 29.77%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDCBE2 (or 0xFDCBE2) is known color: Classic Rose. HEX triplet: FD, CB and E2. RGB value is (253,203,226). Sum of RGB (Red+Green+Blue) = 253+203+226=682 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.10% from 682); Green value is 203 (79.69% from 255 or 29.77% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBE2 is #02341D. Grayscale: #DCDCDC. Windows color (decimal): -144414 or 14863357. OLE color: 14863357.

HSL color Cylindrical-coordinate representation of color #FDCBE2: hue angle of 332.4º 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 #FDCBE2 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 203 226 -
CMYK 0 0.20 0.11 0.01
HSL 332.4º 0.93% 0.89% -
HSV(B) 332.4º 0.2% 0.99% -
XYZ 75.59 69.09 81.3 -
YUV 220.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 253 203 226 0 0.20 0.11 0.01 332.4 0.93 0.89
Hex FD CB E2 0 14 B 1 14C 5D 59
Octal 375 313 342 0 24 13 1 514 135 131
Binary 11111101 11001011 11100010 0 10100 1011 1 101001100 1011101 1011001

Color Harmonies of #FDCBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCBE2

Black with #FDCBE2

Text Example


Text Example

White with #FDCBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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