Html Css Color HEX #FDCCE7 Classic Rose

📋 copy color: '#FDCCE7'

red 253 ◦ green 204 ◦ blue 231

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

Shades of Classic Rose #FDCCE7

Tints of Classic Rose #FDCCE7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.65%

 BLUE value IS 231 (90.63% from 255) = 33.58%

R = 36.77%
G = 29.65%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDCCE7 (or 0xFDCCE7) is known color: Classic Rose. HEX triplet: FD, CC and E7. RGB value is (253,204,231). Sum of RGB (Red+Green+Blue) = 253+204+231=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCE7 is #023318. Grayscale: #DDDDDD. Windows color (decimal): -144153 or 15191293. OLE color: 15191293.

HSL color Cylindrical-coordinate representation of color #FDCCE7: hue angle of 326.94º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCE7 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 231 -
CMYK 0 0.19 0.09 0.01
HSL 326.94º 0.92% 0.9% -
HSV(B) 326.94º 0.19% 0.99% -
XYZ 76.52 69.84 85.05 -
YUV 221.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 253 204 231 0 0.19 0.09 0.01 326.94 0.92 0.9
Hex FD CC E7 0 13 9 1 147 5C 5A
Octal 375 314 347 0 23 11 1 507 134 132
Binary 11111101 11001100 11100111 0 10011 1001 1 101000111 1011100 1011010

Color Harmonies of #FDCCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCE7

Black with #FDCCE7

Text Example


Text Example

White with #FDCCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCE7; }

 p { color: rgb(253,204,231); }

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

background-color css

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

 a { background-color: rgb(253,204,231); }

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

border-color css

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

 span { border-color: rgb(253,204,231); }

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